|
|
When rendering the word "You" (with a capital Y) in a text object, there is
way too much space between the "o" and the "u". This happens in every font
I've tried it with, but it doesn't seem to happen in other words containing
"ou" (even "you" with a lowercase y). Here's an example:
#default { pigment { rgb 1 } finish { ambient 1 } }
camera { location <1, 0, -2> look_at <1, 0, 0> }
text { ttf "timrom.ttf", "You", 0, 0 }
text { ttf "timrom.ttf", "Zou", 0, 0 translate -y }
If you want, I'll post an image in .b-t.binaries.
Anders
(POV-Ray 3.5 beta 4, Win98, Athlon 700, 256MB)
Post a reply to this message
|
|